home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "CRITICAS2"
- cursor(280)
- set the visible of sprite 41 to 1
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "CRITICAS1"
- cursor(-1)
- set the visible of sprite 41 to 0
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to "CRITICAS3"
- end
-
- on mouseUp me
- gotoNetPage("mailto:chb@bigmax.com.br")
- end
-